home *** CD-ROM | disk | FTP | other *** search
- on setActvGalaxy theGalaxy
- global AGalaxy
- set AGalaxy to theGalaxy
- end
-
- on SetActvModule theModule
- global Amdle
- set Amdle to theModule
- end
-
- on setActvSection theSection
- global Asect
- set Asect to theSection
- end
-
- on setActvPage thePage
- global Apage
- set Apage to thePage
- end
-
- on getActvGalaxy
- global AGalaxy
- return AGalaxy
- end
-
- on GetActvModule
- global Amdle
- return Amdle
- end
-
- on GetActvSection
- global Asect
- return Asect
- end
-
- on GetActvPage
- global Apage
- return Apage
- end
-